home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 March
/
macformat-101.iso
/
mac
/
MacFormat Data
/
Behaviours
/
00010_Script_QT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-01-25
|
233 b
|
11 lines
on mouseEnter
put the text of member("QT","Texts") into member ("InfoText","Texts")
end
on mouseDown
gotonetpage "http://www.apple.com/quicktime"
end
on mouseLeave
put empty into member("InfoText","Texts")
end